
ALLText4.5 HT/PRO NTag DataBase Mail Merge Sample


This sample Illustrates the Implementation of the Ntag Property. Ntags are embeded into a document so that new text or images can be inserted into specific areas of that document.

This sample uses Bennet-Tec's ALLText4.5 HT/PRO with Microsoft Access to export data stored in the DataBase and import the data into an rtf document with the use of the following methods:
  1) Select
  2) SelStart
  3) NTag
  4) FindNTag

The following method is used to insert or embed an image into the ALLText4.5 control:
  5) OLEObject

The following methods are used to set the width of the document in the ALLText4.5 control:
  6) Width
  7) DocWidth

The following method is used to provide information about the ALLText4.5 control:
  8) AboutBox

The following methods are used to clear the contents of the ALLText4.5 control:
 9) ClearAll

The following methods are used to Load the rtf file into the ALLText4.5 control:
10) FileName
11) DataType
12) FileLoad

The following methods are used to print the contents of the ALLText4.5 control:
13) Modifications
14) PrintFullCycle

